home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_487 / pprint / source / tops.h < prev   
C/C++ Source or Header  |  1992-05-06  |  731b  |  27 lines

  1. /************************************************************************
  2. *                                                                                                *
  3. *        tops.h                                                                                *
  4. *                                                                                                *
  5. *-----------------------------------------------------------------------*
  6. *                                                                                                *
  7. *        Variables for the top - lines of the Images                                *
  8. *                                                                                                *
  9. *        ( Necessary for the PAL- and NTSC- versions.                                *
  10. *                                                                                                *
  11. ************************************************************************/
  12.  
  13. #ifndef    TOPS_H
  14. #define    TOPS_H
  15.  
  16. IMPORT    SHORT                    LAYOUT_TOP,
  17.                                     NUM_LINES,
  18.                                     NUMTOP,
  19.                                     SECTOP,
  20.                                     STRINGTOP,
  21.                                     ACTIONTOP,
  22.                                     PT1TOP,
  23.                                     PT2TOP,
  24.                                     SWITCHTOP;
  25.  
  26. #endif    /*    TOPS_H */
  27.